|
|
@@ -46,12 +46,12 @@ And now, some example screenshots. Below them are instructions to get you start
|
46
|
46
|
|
47
|
47
|
### Quick Start
|
48
|
48
|
|
49
|
|
-If you just want to play around, you can simply clone this repository, then perform the following steps:
|
|
49
|
+If you just want to play around, you can simply fork this repository, then perform the following steps:
|
50
|
50
|
|
|
51
|
+* Run `git remote add upstream https://github.com/cantino/huginn.git` to add the main repository as a remote for your fork.
|
51
|
52
|
* Copy `.env.example` to `.env` (`cp .env.example .env`) and edit `.env`, at least updating the `APP_SECRET_TOKEN` variable.
|
52
|
53
|
* Run `rake db:create`, `rake db:migrate`, and then `rake db:seed` to create a development MySQL database with some example Agents.
|
53
|
54
|
* Run `foreman start`, visit [http://localhost:3000/][localhost], and login with the username of `admin` and the password of `password`.
|
54
|
|
-* Run `git remote add upstream https://github.com/cantino/huginn.git`
|
55
|
55
|
* Setup some Agents!
|
56
|
56
|
* Read the [wiki][wiki] for usage examples and to get started making new Agents.
|
57
|
57
|
* Periodically run `git fetch upstream` and then `git checkout master && git merge upstream/master` to merge in the newest version of Huginn.
|